pull: Add depth support
authorColin Walters <walters@verbum.org>
Mon, 27 Oct 2014 02:46:57 +0000 (22:46 -0400)
committerColin Walters <walters@verbum.org>
Tue, 28 Oct 2014 15:16:55 +0000 (11:16 -0400)
commitbcf40b49023ec4cc3a7a6f832d311eac9319901e
tree7e8af278e320415957650e432465a8c412494eeb
parent64dec0add8dc1e990d48c671ef7d436bbe87552d
pull: Add depth support

For mirroring in particular, we really want to be able to traverse
all history.

$ ostree --repo=repo pull --mirror --depth=-1

https://bugzilla.gnome.org/show_bug.cgi?id=739240
Makefile-tests.am
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo.c
src/ostree/ot-builtin-pull.c
tests/test-pull-depth.sh [new file with mode: 0644]